Preface
What is Leaf
Basically, Leaf is a PHP starter kit that helps you quickly write simple yet powerful web applications and APIs without any framework..
Leaf gives you a simple but very efficient structure for what ever kind of app you wish to build.
Leaf also includes a bunch of handy functions that help you achieve a whole lot simmpler and faster.
Simply install leaf, and you're good to go.
Installing Leaf PHP
Install with composer
If you don't already have composer, you can get it at the download page on getcomposer.org
After installing composer,
Use the starter template
This method uses git. If you don't already have git, you can get it at the download page
Next Steps
Re-routing to index.phpSimple Routing
Request
Response